home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Tools&Utilities / Excalibur 2.2.2 / KeyQuencer Macros < prev    next >
Text File  |  1996-04-19  |  883b  |  30 lines

  1. Here are two KeyQuencer macros that will help you spell check the
  2. clipboard with Excalibur.  KeyQuencer is shareware ($10) and it is
  3. available from any Info-Mac mirror site.  The current version is
  4. 1.2.2:
  5.  
  6. /info-mac/dev/osa/key-quencer-122.hqx
  7.  
  8. These macros assume that you have the Open Clipboard and Go option
  9. set.
  10.  
  11. The first macro copies the currently selected text, switches to
  12. Excalibur and starts to spell check the contents of the clipboard:
  13.  
  14. SwitchApp remember
  15. Key cmd "c"
  16. Open "HardDrive:Applications:Excalibur:Excalibur" <-- your file path here
  17. WaitApp "Excalibur"
  18.  
  19. The second macro copies the results of Excalibur's work, closes
  20. Excalibur's spell check dialog, switches back to the original
  21. application, and pastes the corrected text.
  22.  
  23. key cmd "w"
  24. SwitchApp  restore
  25. Wait 20 ticks
  26. Key cmd "v"
  27.  
  28. In the above examples, do _not_ include the <-- comments in the actual
  29. macro.
  30.